SyLDAPPath 
Logical Entity Name  SyLDAPPath 
Default Table Name  SyLDAPPath 
Physical Only  NO 
Definition 
 
Note 
 

SyLDAPPath Columns 
ColumnName  Domain  Datatype  NULL  Definition 
SyLDAPPathID(PK)    int  NO 
 
Path    nvarchar(3000)  NO 
 
IsDefault    bit  NO 
 
Description    ntext  YES 
 
UserType    char(4)  YES 
 
UserID(FK)    int  NO 
 
DateAdded    datetime  NO 
 
DateLstMod    datetime  NO 
 
ts    timestamp  NO 
 

SyLDAPPath Primary and Unique Keys 
Key Name  Key Type  Keys 
PK_SyLDAPPath_SyLDPAPathID  PrimaryKey  SyLDAPPathID 

SyLDAPPath Foreign Keys 
Parent Relationships: 
Table Name  Type  Cardinality  Constraint Name  VerbPhrase  InversePhrase  Foreign Keys  Is Supertype  Not For Replication 
SyStaff  Non-Identifying  One To Zero or More  FK_SyLDAPPath.UserID_SyStaff.SyStaffID      UserID  NO  YES 
Child Relationships: 
Table Name  Type  Cardinality  Constraint Name  VerbPhrase  InversePhrase  Foreign Keys  Is Subtype  Not For Replication 
SyLDAPPathAttribute  Non-Identifying  One To Zero or More  FK_SyLDAPPathAttribute.SyLDAPPathID_SyLDAPPath.SyLDAPPathID        NO  YES 

SyLDAPPath Check Constraints 
Check Constraint Name  CheckConstraint